home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / lang / tcl / xf2.3-p / xf2 / xf2.3 / tclIndex-old2new < prev    next >
Encoding:
Text File  |  1993-11-20  |  161 b   |  7 lines

  1. #!/bin/sh
  2. # contributed by Dietmar Theobald
  3.  
  4. mv tclIndex tclIndex.orig
  5. sed 's|^\(X[^ ]*\) \(.*\)|set auto_index(\1) "source $dir/\2"|' tclIndex.orig > tclIndex
  6.  
  7.